home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / intap.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-30  |  349 b   |  16 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9.  
  10. int int_main();
  11. #ifdef ALIGN_WORD
  12. int get_int(int *);
  13. long get_long(long *);
  14. #endif
  15. int allocate_new_heap();
  16.